Welcome![Sign In][Sign Up]
Location:
Search - Pthread Win32

Search list

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread *pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69885 | Author: 杨杰 | Hits:

[Exploitudt_test

Description: udt的一个例子和 pthread for win32平台的例子
Platform: | Size: 26699 | Author: juntao | Hits:

[Windows DevelopSingDocRglDll

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.
Platform: | Size: 69885 | Author: 段平平 | Hits:

[ExploitWinsScan

Description: Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt -v..: lite verbose, will print the NOT_PATCHED results on the screen -vv.: hard verbose, will print ALL results on the screen Increase or decrease the number of threads as you need. NT4 os are detected but not the vulnerability (not assested) Win32....: msvc++6 FreeBSD..: gcc HS_WINS.cpp -o HS_WINS [-pthread -lpthread]
Platform: | Size: 3973 | Author: | Hits:

[SourceCodepthread-win32静态库的编译与使用

Description: pthread是一个跨平台的线程库,可用在多种OS下,本文档包含pthread-win32静态库在vc6下的详细编译过程,并有本人已编译出来的静态库pthread.lib,可以直接使用。为了方便用户使用该静态库,配有基于tcp的网络多线程源码的客户端和服务端,该程序可在window和linux双平台下运行,也可在多个编译器下编译
Platform: | Size: 33844 | Author: koyoteliu | Hits:

[ExploitWinsScan

Description: Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt -v..: lite verbose, will print the NOT_PATCHED results on the screen -vv.: hard verbose, will print ALL results on the screen Increase or decrease the number of threads as you need. NT4 os are detected but not the vulnerability (not assested) Win32....: msvc++6 FreeBSD..: gcc HS_WINS.cpp -o HS_WINS [-pthread -lpthread]-Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt-v..: lite verbose, will print the NOT_PATCHED results on the screen-vv.: hard verbose, will print ALL results on the screen Increase or decrease the number of threads as you need. NT4 os are detected but not the vulnerability (not assested) Win32....: msvc++6 FreeBSD..: gcc HS_WINS.cpp-o HS_WINS [-pthread-lpthread]
Platform: | Size: 4096 | Author: | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69632 | Author: | Hits:

[Linux-Unixpthreads-w32-2-7-0-release.tar

Description: pthread source code,you can compile directly-pthread source code, you can compile directly
Platform: | Size: 374784 | Author: zhikui | Hits:

[OS programudt_test

Description: udt的一个例子和 pthread for win32平台的例子-An example of UDT and pthread for win32 platform examples
Platform: | Size: 26624 | Author: juntao | Hits:

[Other Embeded programpthread

Description: psos下采用linux的线程库时改写的那部分代码.-pSOS adopt linux thread library that part of the code rewritten.
Platform: | Size: 8192 | Author: 张立 | Hits:

[Windows DevelopSingDocRglDll

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
Platform: | Size: 69632 | Author: 段平平 | Hits:

[Windows Developpthread

Description: pthread,网络或传输可能会用到,也是我们大作业-pthread, network or transmission may be used, but also we work
Platform: | Size: 35840 | Author: cong_ding | Hits:

[ICQ-IM-Chatqq2008_console_client

Description: qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The first error I amended to ensure that the adoption of MinGW platform compiler. under linux I did not try ~ ~ compiled to be set pthread library (package already) the most simple way is to. a library directly into MinGW s lib directory. h files to include directory can log out of chat features such as group chat
Platform: | Size: 229376 | Author: 宋涛 | Hits:

[Linux-Unixpthread

Description: windows多线程开发包,能够使习惯linux下多线程编程的人能够直接在windows下进行编程。-windows multi-threaded development kit, enabling multi-threading used to programming under linux are able to directly in the program under windows.
Platform: | Size: 274432 | Author: richie | Hits:

[Windows Developpthread-win32

Description: pthread-win32 using visual studio
Platform: | Size: 194560 | Author: qazxcdews | Hits:

[Windows Mobilepthread

Description: pthread 源码,包括在win32和windows mobile ;采用VS 2008编译器-pthread source, including win32 and windows mobile; compiled by visual studio 2008
Platform: | Size: 743424 | Author: general | Hits:

[CSharptinygc-2_6

Description: TinGC是一简单的垃圾回收程序,类似于GC.collect()函数。其实著名的BDWGC的一个API应用,是在其基础上进行开发的工程。 TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).TinyGC has been initially developed as a part of the JCGO project to be used as a BoehmGC replacement. At present, TinyGC is a standalone project. The major TinyGC advantages over BoehmGC are: 1.small code size (it could be as small as 3800 bytes) 2.16-bit architectures are supported 3.small initial internal data size 4.less source code (to verify) 5. minimal set of the underlaying clib/pthread/Win32 functions used.
Platform: | Size: 43008 | Author: xiang haibo | Hits:

[Software Engineeringpthread-Introduction

Description: 在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。phread介绍了线程的创建、共享等功能-In Unix-like operating systems (Unix, Linux, Mac OS X, etc.), use Pthreads as the operating system threads. Windows operating system has its portable version pthreads-win32. phread introduced thread creation, sharing, and other functions
Platform: | Size: 9216 | Author: 李云 | Hits:

[Linux-Unixpthread

Description: Description: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
Platform: | Size: 1024 | Author: xiuqzdk | Hits:

[OS programpthread-win32-static-lib

Description: 跨平台,POSIX pthread。 pthread官方都是动态库,还要复制一大堆东西进去程序才能运行,麻烦。于是下源码自己编译了一个静态库,方便自己,也方便大家使用。里面有详细使用说明-Cross-platform, POSIX pthread. Pthread official are dynamic libraries to copy a bunch of things into the program can run, trouble. Following source compile a static library, convenience, the ease of use. There are detailed instructions for use
Platform: | Size: 38912 | Author: sky | Hits:
« 12 »

CodeBus www.codebus.net